Starts with - Check whether a text starts with a given prefix

Triggers

<Text> (non-repetitive text exit [required]): The checked text.

<Prefix> (non-repetitive text exit [required]): The given prefix.

Exit

The two exits represent two mutually exclusive possibilities:

<Yes> (non-repetitive text exit [not required]): The checked text (the value of <Text>) in case it starts with <Prefix>.

<No> (non-repetitive text exit [not required]): The checked text (the value of <Text>) in case it does not start with <Prefix>..

Usage Examples

Test1 (need to complete)